home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-07-20 | 483 b | 35 lines | [TEXT/MPS ] |
- /*
- * vers resource
- */
-
- /*****************************************************/
- #include "Types.r"
- #include "SysTypes.r"
-
- resource 'vers' (1, purgeable)
- {
- 0x01, 0x11, final, 0x00, verUS,
- "1.1.1",
- "1.1.1, © SPDsoft 1993-97, ("
-
- #if defined (MW_Rez)
- "mw/"
- #else /* (THINK_Rez) */
- "tc/"
- #endif
-
- #if defined (PPC_Rez) /* defined in prefs */
- "PPC)"
- #else
- "68k)"
- #endif
-
- };
-
- resource 'vers' (2, purgeable)
- {
- 0x01, 0x11, final, 0x00, verUS,
- "1.1.1",
- "gzip for the Macintosh"
- };
-